
/*新的基础样式*/
/* 整站通用样式 全站兼容标准IE8+*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
i{
	font-style:normal;
}
html ,
header,
nav,
footer,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
iframe,
label,
b,
strong {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  border: 0;
}
q {
  quotes: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
a img {
  border: 0;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
  font-size: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
body {
  /* font-family: Microsoft YaHei,Helvetica,Arial,Arial; */
  font-family: MicrosoftYaHei;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  background: #f2f2f2;
}
b {
	
}
body.cover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
body.window:before {
  position: fixed;
  _position: absolute;
}
body.html:before {
  position: absolute;
}
i,
em,
b,
strong {
 	
}
:before,
:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
/*下边三个占位符一定不能写在一起，不然会失效*/
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:focus,
:invalid {
  outline: none;
}
textarea {
  resize: none !important;
}
.clear {
  clear: both !important;
  float: none !important;
  zoom: 1\9;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
.clearfix {
  clear: both !important;
  zoom: 1\9 !important;
  float: none !important;
  zoom: 1\9;
  overflow: hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}


   .news_hang {
      margin-top: 30px;
      display: flow-root;
    }

    .news_hang .news_title {
      font-size: 20px;
      color: #007F00;
    }

    .news_hang .news_list .news_li {
      width: 49%;
      height: 82px;
      margin: 20px 2% 0 0;
      float: left;
      border-bottom: #ccc 1px dotted;
      overflow: hidden;
    }

    .news_hang .news_list .news_li:nth-child(2n) {
      margin-right: 0;
    }

    .news_hang .news_list .news_li:hover {
      background-color: #f5f5f5;
      -webkit-box-shadow: 5px 5px 10px #cccccc;
      box-shadow: 5px 5px 10px #cccccc;
    }

    .news_hang .news_list .news_li .dt {
      width: 136px;
      margin: 0 20px 0 0;
    }

    .news_hang .news_list .news_li .dt img {
      padding: 2px;
      border: solid 1px #e4e4e4;
      width: 130px;
      height: 70px;
    }

    .news_hang .news_list .news_li .dd {
      width: 73%;
    }

    .news_hang .news_list .news_li .dd h4 {
      float: left;
      width: 70%;
      height: 20px;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }

    .news_hang .news_list .news_li .dd h4 a {
      font-size: 16px;
      color: #007F00;
      text-decoration: none;
    }

    .news_hang .news_list .news_li .dd .news_p {
      color: #666;
      line-height: 24px;
      height: 50px;
      width: 100%;
      font-size: 14px;
      padding-top: 8px;
      overflow: hidden;
    }

    .news_hang .ckBtn {
      display: block;
      width: 100px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      background: #007F00;
      float: right;
      margin-right: 10px;
    }

    .news_hang .ckBtn a {
      color: #fff;
    }





@media screen and (min-width: 769px) and (max-width: 1230px) {
  body {
    width: 1170px;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .common {
    width: auto;
    padding: 0 12px;
  }
}
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-centerV {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.u-centerH {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.u-color {
  color: #333;
}
.u-bg {
  background-color: #e67d1a;
}
.u-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-ells,
.u-ells3,
.u-ells4,
.u-ells5,
.u-ells6 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.u-ells9 {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.flex-box {
  position: relative;
  display: block;
  
}
.flex-box .expansion {
  position: static;
  display: inline-block;
  padding-bottom: 100%;
  width: 0.1px;
  vertical-align: middle;
}
.flex-box > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

/*.swiper-slide .Hcenter{left:60.5% !important;}*/
.Vcenter,
.Hcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.Vcenter {
  height: auto;
  width: 100%;
  min-height: 100%;
}
.Hcenter {
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
}
.Vcenter-full,
.Hcenter-full {
  position: absolute;
}
.Vcenter-full {
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  min-width: 1px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.Hcenter-full {
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  min-height: 1px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
body {
  _background-image: url(about:blank);
  /*用浏览器空白页面作为背景*/
  _background-attachment: fixed;
  /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}
/*半透明背景*/
.black5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.black8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.fixed {
  position: fixed;
  _position: absolute;
}
.fixed-top {
  position: fixed;
  _position: absolute;
  top: 0;
}
.fixed-bottom {
  position: fixed;
  _position: absolute;
  bottom: 0;
}
/*全屏插件，为了方便横竖居中，使用表格*/
.FullScreenPlugin {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 55555;
}
/*禁用*/
.disabled,
[disabled] {
  cursor: not-allowed !important;
}

.phone-header {
  display: none;
}

.mtop {
  margin-top: 30px;
}

.mbot {
  margin-bottom: 30px;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-posi {
  display: block;
  width: 100%;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  opacity: .8;
}
.banner .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #007F00;
}

.span-more {
  vertical-align: middle;
}

.com-boxs {
  position: relative;
  width:100%;  
  height:300px;
  color: #fff;  
  text-align: right;
  background:url(../img/37.png) no-repeat;  
  background-size:100% 100%;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/36.png',sizingMethod='scale');  
}

.mask-zh {
  font-size: 36px;
  margin-bottom: 10px;
}

.mask-eg {
  font-size: 14px;
  text-transform:uppercase;
}

.com-tab {
  text-align: center;
  padding-top: 30px;
  border-bottom: 2px solid  #d9d9d9;
}

.com-tab li {
  display: inline-block;
  text-align: center;
  margin-left: -4px;
}

.com-tab a {
  display: inline-block;
  width: 200px;
  height: 56px;
  line-height: 56px;
  margin-left: -4px;
  color: #333;
  font-size: 16px;
}

.com-tab i{
  color: #d8d8d8;
}

.com-tab a span {
  position: relative;
}

.com-tab .com-active {
  color: #fff;
  background: #007F00;
}

.com-tab .com-active a{
  color: #fff;
}

.com-tab .com-active i {
  display: none;
}

.com-tab .com-active span:after{
  content: "";
  position: absolute;
  *width: 10px;   
  *height: 10px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  left: 45%;
  top: 25px;
  border-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: rgb(255, 255, 255) transparent  transparent  transparent ;
}

.com-list {
  padding-top: 30px;
}

.com-list .com-none{
  display:none;
}

.com-list .com-active {
  display:block;
}

.com-list .box3-list:nth-child(4) , 
.com-list .box3-list:nth-child(8) {
  margin-right: 0;
}

.com-list .box3-list:hover .box3-title a{
  color: #333;
}

.main-box3 .com-none1, .main-box3 .com-none{
  display:none;
}

.main-box3 .com-active{
  display:block;
}

.main-box3 ol {
  text-align: center;
}

.main-box3 ol li{
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px; /* Firefox */
  -webkit-border-radius: 20px; /* Safari 和 Chrome */
  border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.main-box3 ol a{
  color:black;
}

.main-box3 .two-act {
  color: #fff;
  background: #007F00;
}

.main-box3 .actchild {
  display:block;
}

.about-title {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 30px;
}

/* .com-style1:target {
  padding-top: 169px;
  margin-top: -169px;
} */

/* .com-none:target {
  padding-top: 20px;
  margin-top: -20px;
} */

.about-title span{
  position: relative;
}

.about-title span:after{
  content: "";
  position: absolute;
  *width: 60px;   
  *height: 2px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  left: 31px;
  top: 50px;
  width: 60px;
  border: 1px solid #007F00;
}

.about-info {
  background: #fff;
  padding: 20px;
}

.about-info-img {
  width: 500px;
}

.abot-info-left {
  width: 100%;
}

.info-left-title {
  font-size: 20px;
  padding: 40px 0 20px;
}

.abot-info-left p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 10px;
}

.about-honor {
  margin-top: 60px;
  padding-top: 1px;
  width:100%;  
  height:438px;
  text-align: right;
  background:url(../img/49.png) no-repeat;  
  background-size:100% 100%;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/49.png',sizingMethod='scale');  
}

.about-culture {
  width: 1200px;
}

.about-honor .about-title {
  color: #fff;
}

.about-honor .about-title span:after {
  border: 1px solid #fff;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination li{
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari 和 Chrome */
  border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.pagination .pageact {
  color: #fff;
  background: #007F00;
}

.news-list {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.news-img {
  width: 300px;
}

.news-right {
  margin-left: 40px;
  width: 800px;
}

.news-right .hywzlist {
  margin: 20px 0;
  font-size: 18px;
  cursor: pointer;
}

.news-right h1:hover{
  color: #007F00;
}

.news-right p{
  font-size: 14px;
  line-height: 28px;
}

.news-time {
  margin-top: 40px;
  color: #007F00;
}

.news-time span:nth-child(2) a{
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #007F00;
}

.news-time span:nth-child(2):hover{
  background: #25AC25;
}

.newsinfo-ul{
  font-size: 22px;
}

.newsinfo-ul li{
  display: inline-block;
}

.newsinfo-ul li a{
  color: #333;
}

.newsinfo-ul li:nth-last-child(1) i {
  display: none;
}

.newsinfo-ul li:nth-last-child(1) a{
  color: #25AC25;
}

.newsinfo-top {
  padding: 30px 100px 0;
  background: #fff;
}

.newsinfo-top h1{
  text-align: center;
  font-size: 22px;
  margin-bottom: 36px;
}

.newsinfo-auth {
  color: #999;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.newsinfo-auth span{
  margin-right: 30px;
}

.newsinfo-cont {
  padding: 30px 0;
  font-size: 15px;
}

.newsinfo-bot {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  padding: 20px;
}

.newsinfo-bot ul li {
  width: 600px;
}

.newsinfo-bot ul li a{
  padding-left: 80px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}

.newsinfo-back a{
  margin: 20px 100px 0 0;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #007F00;
}

.con-list {
  margin-bottom: 100px;
  padding: 40px 120px;
  background: #fff;
}

.con-img {
  margin-right: 60px;
  width: 430px;
}

.con-right h5 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 42px;
}

.con-logo {
  margin-bottom: 10px;
  width: 230px;
}

.s-bg {
  background: #fff;
  padding: 30px;
}

#map{height:400px;margin-top:30px;width:600px;}
/* about.html swiper */

#swiper2 {
  width: 1200px;
  height: 244px;
  padding: 0 40px;
  overflow: hidden;
}

#swiper2  .swiper-slide {
  width: 245px;
  background: #fff;
}

#swiper2 .swiper-slide-img {
  width: 228px;
}

#swiper2 .swiper-pad {
  padding: 10px;
}

#swiper2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/9.png);
  right: 0;
  left: auto;
}

#swiper2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/9.png);
  left: 0;
  right: auto;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}

.partnershow{width:100%;margin-top:20px;}
.partnershow li{width:25%;padding:20px 0;text-align:center;}
.about-culture img{width:100%;}
.serviceinfo-top img{max-width:100%;height:auto;}





.cases-title{width:100%;font-size:30px;line-height:60px;border-bottom:2px solid #007F00;margin-bottom:25px;padding-left:10px;}
.cases-title span{font-size:20px;}
.newsinfo-cont p {
    margin: 12px 0;
    line-height: 25px;
}

     .qq__sidebar {
          position: fixed;
          top: 200px;
          right: 0;
          z-index: 9;
        }
        .qq__sidebar #qq {
          margin-bottom: 10px;
          height: 70px;
          width: 70px;
          text-align: center;
          background: #69b31f;
          font-weight: bold;
        }
        .qq__sidebar .sco__tel img {
          margin: 6px 0;
        }
        .qq__sidebar .sco__tel p {
          color: #fff;
        }
        #qq {
          cursor: pointer;
        }
        .qq__advisory {
          position: relative;
        }
        .qq__tel {
          width: 200px;
          position: absolute;
          right: -200px;
          line-height: 70px;
          top: 0;
          background: #69b31f;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          z-index: -1;
        }
        .qq__tel a {
          margin-right: 15px;
          color:#fff;
        }
        .qq__left {
          position: relative;
        }
         .qq__left .qq__code {
            width: 150px;
            position: absolute;
            right: 180px;
   			top: -70px;
            display: none; 
            border: 1px solid #ccc;
            padding: 15px;
          }
         .qq__left .qq__code img {
            width: 100%;
           left:50% !important;
          }

       .qq__left:hover .qq__code{
          display: block; 
        }
        .qq__advisory:hover .qq__tel{
          right: 70px;
          -webkit-transition: right 1s;
          -o-transition: right 1s;
          transition: right 1s;
        }

.hywzlist a {
    color: #000;
}